You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
VectorInt Structure
>
VectorInt Methods
>
VectorInt.LoadFromFile Method
Dew Math for .NET
Example
VectorInt.LoadFromFile Method
var b:
TVecInt
; begin CreateIt(b);
try
b.LoadFromFile('c:test.Vec');
// Read header and values for b
finally
FreeIt(b); end; end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home